From 62cc35aca94b0e2d1fab0539aa8692a3533f7e60 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Fri, 10 Oct 2025 23:30:41 +0000 Subject: [PATCH] https-dns-proxy: bugfix: remove IPKG_INSTROOT check Signed-off-by: Stan Grishin --- net/https-dns-proxy/files/etc/init.d/https-dns-proxy | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/https-dns-proxy/files/etc/init.d/https-dns-proxy b/net/https-dns-proxy/files/etc/init.d/https-dns-proxy index 8acb23e7d7..528bed191c 100755 --- a/net/https-dns-proxy/files/etc/init.d/https-dns-proxy +++ b/net/https-dns-proxy/files/etc/init.d/https-dns-proxy @@ -9,8 +9,6 @@ STOP=15 # shellcheck disable=SC2034 USE_PROCD=1 -[ -n "${IPKG_INSTROOT}" ] && exit 0 - if type extra_command 1>/dev/null 2>&1; then extra_command 'version' 'Show version information' else -- 2.30.2